mirror of
https://gitee.com/amber-ce/amber-pm
synced 2026-06-22 06:03:55 +08:00
15 lines
313 B
Desktop File
Executable File
15 lines
313 B
Desktop File
Executable File
[Unit]
|
|
Description=APM Daily Update
|
|
After=apt-daily.service network.target network-online.target systemd-networkd.service NetworkManager.service connman.service
|
|
|
|
|
|
[Service]
|
|
Type=simple
|
|
RemainAfterExit=yes
|
|
ExecStart=amber-pm-upgrade-notifier
|
|
Restart=on-failure
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|