mirror of
https://github.com/rocky-linux/ansible-role-pinnwand.git
synced 2025-01-02 17:00:54 +00:00
16 lines
311 B
Desktop File
16 lines
311 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 http
|
|
Restart=always
|
|
RestartSec=60
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|