Added thrawn systemd example file

This commit is contained in:
2020-07-16 08:56:06 +02:00
parent e1dcd55757
commit 309f2bba6b

14
thrawn.service.example Normal file
View File

@@ -0,0 +1,14 @@
[Unit]
Description=Thrawn Rule Engine
After=syslog.target
[Service]
Type=simple
User=julian
Group=julian
Restart=always
RestartSec=3
ExecStart=thrawn
[Install]
WantedBy=multi-user.target