extras/systemd/crashtest_minion.service
author Vincent Tondellier <tonton+hg@team1664.org>
Sun, 20 Nov 2016 20:57:40 +0100
changeset 116 39449f7dab99
parent 111 f827f3c50dcf
permissions -rw-r--r--
Adding bug links (column and search), enabled by default Editing is not implemented yet, use sql to insert bugs

[Unit]
Description=CrashTest Jobs Manager
Requires=network.target
After=network.target
ConditionPathExists=/etc/crashtest/crash_test.conf

[Service]
Type=simple
User=crashtest
RemainAfterExit=yes
ProtectSystem=full

Environment=MOJO_CONFIG=/etc/crashtest/crash_test.conf
Environment=JOBS=2
EnvironmentFile=-/etc/default/crashtest

;PrivateTmp=yes
;JoinsNamespaceOf=

WorkingDirectory=/var/lib/crashtest
ExecStart=/usr/bin/CrashTest minion worker -m production -j $JOBS

[Install]
WantedBy=multi-user.target