16 lines
312 B
Desktop File
16 lines
312 B
Desktop File
[Unit]
|
|
Description=Passepartout Daemon
|
|
Documentation=https://github.com/amrgharbeia/opencortex
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=%u
|
|
ExecStart=%h/projects/passepartout/passepartout daemon
|
|
Restart=on-failure
|
|
RestartSec=10
|
|
WorkingDirectory=%h/projects/passepartout
|
|
|
|
[Install]
|
|
WantedBy=default.target
|