1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/filebrowser_ynh.git synced 2024-09-03 18:36:05 +02:00
filebrowser_ynh/conf/systemd.service
2022-02-19 09:39:10 +01:00

13 lines
252 B
Desktop File

[Unit]
Description=File browser
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
ExecStart=__FINALPATH__/filebrowser -p __PORT__ -c __FINALPATH__/settings.json
[Install]
WantedBy=multi-user.target