forked from tastytea/overlay
18 lines
381 B
SYSTEMD
18 lines
381 B
SYSTEMD
|
[Unit]
|
||
|
Description=gotify server (bin)
|
||
|
Requires=network.target
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=gotify
|
||
|
WorkingDirectory=/var/lib/gotify
|
||
|
ExecStart=/usr/bin/gotify-server-bin
|
||
|
Restart=always
|
||
|
RestartSec=10
|
||
|
StandardOutput=file:/var/log/gotify-server-bin/gotify-server-bin.log
|
||
|
StandardError=file:/var/log/gotify-server-bin/error.log
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|