diff options
Diffstat (limited to 'conf/send-daemon.service.example')
-rw-r--r-- | conf/send-daemon.service.example | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/conf/send-daemon.service.example b/conf/send-daemon.service.example new file mode 100644 index 000000000..1314ada3c --- /dev/null +++ b/conf/send-daemon.service.example @@ -0,0 +1,17 @@ +# +# systemd service unit for FixMyStreet Report Sending Daemon +# +[Unit] +Description=FixMyStreet Report Sending Daemon +After=syslog.target network.target + +[Service] +Type=simple +ExecStart=/var/www/www.fixmystreet.com/fixmystreet/bin/send-daemon +User=fms +StandardOutput=journal +StandardError=journal +SyslogIdentifier=fms-send-daemon + +[Install] +WantedBy=multi-user.target |