mirror of
https://github.com/YunoHost-Apps/readeck_ynh.git
synced 2024-09-03 20:16:18 +02:00
20 lines
420 B
Desktop File
20 lines
420 B
Desktop File
[Unit]
|
|
Description=Readeck: Open Source 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
|