forked from andonome/lk
initial commit
This commit is contained in:
23
system/systemd/test.service
Normal file
23
system/systemd/test.service
Normal file
@@ -0,0 +1,23 @@
|
||||
[Unit]
|
||||
|
||||
Description=Test
|
||||
|
||||
[Service]
|
||||
|
||||
ExecStart=/home/ghost/.local/bin/test
|
||||
|
||||
Restart=always
|
||||
|
||||
Type=simple
|
||||
|
||||
User=ghost
|
||||
|
||||
Group=ghost
|
||||
|
||||
[Install]
|
||||
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Alias=test.service
|
||||
|
||||
|
Reference in New Issue
Block a user