forked from pool/parsec
15 lines
342 B
SYSTEMD
15 lines
342 B
SYSTEMD
|
[Unit]
|
||
|
Description=Parsec Service
|
||
|
Documentation=https://parallaxsecond.github.io/parsec-book/parsec_service/install_parsec_linux.html
|
||
|
|
||
|
[Service]
|
||
|
Type=notify
|
||
|
KillMode=process
|
||
|
Restart=on-failure
|
||
|
WorkingDirectory=/var/lib/parsec
|
||
|
ExecStart=/usr/libexec/parsec -c /etc/parsec/config.toml
|
||
|
User=parsec
|
||
|
Group=parsec
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|