1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/readeck_ynh.git synced 2024-09-03 20:16:18 +02:00
readeck_ynh/conf/systemd.service
2024-06-09 07:45:29 +02:00

21 lines
409 B
Desktop File

[Unit]
Description=Readeck: bookmark manager
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__INSTALL_DIR__/
ExecStart=__INSTALL_DIR__/readeck serve -config __DATA_DIR__/config.toml
Restart=on-failure
RestartSec=5
ProtectSystem=full
PrivateTmp=true
SystemCallArchitectures=native
MemoryDenyWriteExecute=true
NoNewPrivileges=true
[Install]
WantedBy=multi-user.target