Add systemd unit files
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
This commit is contained in:
12
systemd/nyancat@.service
Normal file
12
systemd/nyancat@.service
Normal file
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=nyancat
|
||||
Documentation=man:nyancat(1)
|
||||
|
||||
[Service]
|
||||
User=nobody
|
||||
ExecStart=-/usr/bin/nyancat -t
|
||||
StandardInput=socket
|
||||
StandardOutput=socket
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user