18 lines
No EOL
324 B
Desktop File
18 lines
No EOL
324 B
Desktop File
[Unit]
|
|
Description=morffix worker
|
|
ConditionPathExists=/opt/morffix/morffix
|
|
After=network.target
|
|
Wants=morffix.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
LimitNOFILE=1024
|
|
Restart=on-failure
|
|
RestartSec=10
|
|
StartLimitIntervalSec=60
|
|
WorkingDirectory=/opt/morffix
|
|
ExecStart=/opt/morffix/morffix
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |