mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
16 lines
No EOL
236 B
Desktop File
16 lines
No EOL
236 B
Desktop File
[Unit]
|
|
Description=adguard
|
|
After=network.target
|
|
|
|
[Service]
|
|
WorkingDirectory=__FINALPATH__
|
|
User=root
|
|
Group=users
|
|
Type=simple
|
|
UMask=000
|
|
ExecStart=__FINALPATH__/AdGuardHome
|
|
RestartSec=15
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |