mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
15 lines
297 B
Desktop File
15 lines
297 B
Desktop File
[Unit]
|
|
Description=YunoHost API Server
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Environment=DAEMON_OPTS=
|
|
EnvironmentFile=-/etc/default/yunohost-api
|
|
ExecStart=/usr/bin/yunohost-api $DAEMON_OPTS
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
Restart=always
|
|
RestartSec=1
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|