[Unit] Description=Perforce Bugzilla Bridge After=network.target [Service] EnvironmentFile=-/etc/sysconfig/p4bugzilla ExecStart=/usr/java/latest/bin/java -cp $P4BUGZILLA_CLASSPATH p4.P4Bugzilla $P4BUGZILLA_CONFIG [Install] WantedBy=multi-user.target
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 21161 | Warwick Hunter |
P4 Bugzilla v2.1 - Use the new Bugzilla REST API instead of the old XMLRPC API. - Use the latest P4 Java API. - Build with gradle and gradlew. - Integrate with the latest systemd Linux daemon startup environment found on Fedora 21+ systems. - Simplified the code to focus on just the job at hand. |