2024-05-18

This commit is contained in:
2024-05-18 14:34:31 -07:00
parent 6fdd99035e
commit b225606b01
22 changed files with 597 additions and 1 deletions

View File

@ -0,0 +1,19 @@
[Unit]
# Auto-generated, DO NOT EDIT
Description=Service for snap application dashkiosk.dashkiosk
Requires=snap-dashkiosk-10.mount
Wants=network.target
After=snap-dashkiosk-10.mount network.target snapd.apparmor.service
X-Snappy=yes
[Service]
EnvironmentFile=-/etc/environment
ExecStart=/usr/bin/snap run dashkiosk
SyslogIdentifier=dashkiosk.dashkiosk
Restart=on-failure
WorkingDirectory=/var/snap/dashkiosk/10
TimeoutStopSec=30
Type=simple
[Install]
WantedBy=multi-user.target