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,20 @@
[Unit]
# Auto-generated, DO NOT EDIT
Description=Service for snap application ubuntu-frame.daemon
Requires=snap-ubuntu\x2dframe-9120.mount
Wants=network.target
After=snap-ubuntu\x2dframe-9120.mount network.target snapd.apparmor.service
X-Snappy=yes
[Service]
EnvironmentFile=-/etc/environment
ExecStart=/usr/bin/snap run ubuntu-frame.daemon
SyslogIdentifier=ubuntu-frame.daemon
Restart=on-failure
RestartSec=3
WorkingDirectory=/var/snap/ubuntu-frame/9120
TimeoutStopSec=30
Type=simple
[Install]
WantedBy=multi-user.target