mirror of
https://github.com/rocky-linux/ansible-role-pinnwand.git
synced 2024-11-21 23:01:23 +00:00
17 lines
306 B
Desktop File
17 lines
306 B
Desktop File
[Unit]
|
|
Description=Pinnwand
|
|
Requires=network.target
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=pinnwand
|
|
Group=pinnwand
|
|
WorkingDirectory=/opt/pinnwand/
|
|
ExecStart=/opt/pinnwand/.local/bin/pinnwand --configuration-path pinnwand.toml
|
|
Restart=always
|
|
RestartSec=60
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|