19 lines
No EOL
357 B
Desktop File
19 lines
No EOL
357 B
Desktop File
[Unit]
|
|
Description=morffix
|
|
ConditionPathExists=/opt/morffix/morffix
|
|
After=network.target
|
|
Wants=postgresql@15-main.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
Group=media_library
|
|
LimitNOFILE=1024
|
|
Restart=on-failure
|
|
RestartSec=10
|
|
StartLimitIntervalSec=60
|
|
WorkingDirectory=/opt/morffix
|
|
ExecStart=/opt/morffix/morffix -server
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |