This commit is contained in:
13
.ansible/files/ev.service
Normal file
13
.ansible/files/ev.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=ev
|
||||
After=syslog.target network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/local/bin/ev
|
||||
|
||||
Restart=always
|
||||
RestartSec=30
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user