mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
16 lines
353 B
Desktop File
16 lines
353 B
Desktop File
[Unit]
|
|
Description = vuls-server daemon
|
|
Documentation = https://github.com/future-architect/vuls
|
|
|
|
[Service]
|
|
ExecStart = /usr/lib/go-gentoo/bin/vuls
|
|
|
|
ExecRestart = /bin/kill -WINCH ${MAINPID} ; /usr/lib/go-gentoo/bin/vuls
|
|
ExecStop = /bin/kill -WINCH ${MAINPID}
|
|
Restart = yes
|
|
Type = simple
|
|
User = vuls
|
|
Group = vuls
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target
|