mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-13 03:18:28 +00:00
12 lines
203 B
Desktop File
12 lines
203 B
Desktop File
[Unit]
|
|
Description=Daemon to start ark server
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/etc/init.d/arkdaemon start
|
|
ExecStop=/etc/init.d/arkdaemon stop
|
|
Type=forking
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|